home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / wincmd / install.bin / WINCMD32.EXE / 0 / RCDATA / TINFODLG / TINFODLG.txt
Text File  |  1996-12-31  |  13KB  |  589 lines

  1. object INFODLG: TINFODLG
  2.   Tag = 1
  3.   Left = 215
  4.   Top = 125
  5.   HelpContext = 230
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'System Information'
  9.   ClientHeight = 327
  10.   ClientWidth = 313
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Ok: TButton
  22.     Tag = 4001
  23.     Left = 39
  24.     Top = 300
  25.     Width = 110
  26.     Height = 25
  27.     Cancel = True
  28.     Caption = '&Ok'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 0
  32.   end
  33.   object TabbedNotebook1: TTabbedNotebook
  34.     Tag = 2
  35.     Left = 0
  36.     Top = 0
  37.     Width = 313
  38.     Height = 297
  39.     Align = alTop
  40.     TabFont.Color = clBtnText
  41.     TabFont.Height = -11
  42.     TabFont.Name = 'MS Sans Serif'
  43.     TabFont.Style = []
  44.     TabOrder = 1
  45.     OnChange = TabbedNotebook1Change
  46.     object TTabPage
  47.       Left = 4
  48.       Top = 24
  49.       HelpContext = 230
  50.       Caption = 'Hardware'
  51.       object Hardware: TGroupBox
  52.         Tag = 3
  53.         Left = 9
  54.         Top = 16
  55.         Width = 284
  56.         Height = 229
  57.         Caption = ' Hardware '
  58.         TabOrder = 0
  59.         object CPUType: TLabel
  60.           Tag = 4
  61.           Left = 7
  62.           Top = 21
  63.           Width = 130
  64.           Height = 14
  65.           AutoSize = False
  66.           Caption = 'CPU-Type:'
  67.         end
  68.         object info_cpu: TLabel
  69.           Left = 136
  70.           Top = 21
  71.           Width = 146
  72.           Height = 13
  73.           Caption = '?'
  74.           ShowAccelChar = False
  75.         end
  76.         object BIOSVersion: TLabel
  77.           Tag = 5
  78.           Left = 7
  79.           Top = 47
  80.           Width = 130
  81.           Height = 14
  82.           AutoSize = False
  83.           Caption = 'BIOS Version:'
  84.         end
  85.         object info_bios: TLabel
  86.           Left = 136
  87.           Top = 47
  88.           Width = 146
  89.           Height = 14
  90.           AutoSize = False
  91.           Caption = '?'
  92.           ShowAccelChar = False
  93.         end
  94.         object Mathcoprocessor: TLabel
  95.           Tag = 6
  96.           Left = 7
  97.           Top = 73
  98.           Width = 130
  99.           Height = 14
  100.           AutoSize = False
  101.           Caption = 'Math coprocessor:'
  102.         end
  103.         object info_copro: TLabel
  104.           Left = 136
  105.           Top = 73
  106.           Width = 146
  107.           Height = 14
  108.           AutoSize = False
  109.           Caption = '?'
  110.           ShowAccelChar = False
  111.         end
  112.         object Displaydriver: TLabel
  113.           Tag = 7
  114.           Left = 7
  115.           Top = 99
  116.           Width = 130
  117.           Height = 14
  118.           AutoSize = False
  119.           Caption = 'Display driver:'
  120.         end
  121.         object info_display: TLabel
  122.           Left = 136
  123.           Top = 99
  124.           Width = 146
  125.           Height = 14
  126.           AutoSize = False
  127.           Caption = '?'
  128.           ShowAccelChar = False
  129.         end
  130.         object Displayresolution: TLabel
  131.           Tag = 8
  132.           Left = 7
  133.           Top = 125
  134.           Width = 130
  135.           Height = 14
  136.           AutoSize = False
  137.           Caption = 'Display resolution:'
  138.         end
  139.         object info_resolution: TLabel
  140.           Left = 136
  141.           Top = 125
  142.           Width = 146
  143.           Height = 14
  144.           AutoSize = False
  145.           Caption = '?'
  146.           ShowAccelChar = False
  147.         end
  148.         object Currentprinter: TLabel
  149.           Tag = 9
  150.           Left = 7
  151.           Top = 151
  152.           Width = 130
  153.           Height = 14
  154.           AutoSize = False
  155.           Caption = 'Current printer:'
  156.         end
  157.         object info_printer: TLabel
  158.           Left = 136
  159.           Top = 151
  160.           Width = 146
  161.           Height = 14
  162.           AutoSize = False
  163.           Caption = '?'
  164.           ShowAccelChar = False
  165.         end
  166.         object COMports: TLabel
  167.           Tag = 10
  168.           Left = 7
  169.           Top = 177
  170.           Width = 90
  171.           Height = 14
  172.           AutoSize = False
  173.           Caption = 'COM ports:'
  174.           WordWrap = True
  175.         end
  176.         object info_com: TLabel
  177.           Left = 99
  178.           Top = 177
  179.           Width = 38
  180.           Height = 14
  181.           AutoSize = False
  182.           Caption = '?'
  183.           ShowAccelChar = False
  184.         end
  185.         object LPTports: TLabel
  186.           Tag = 11
  187.           Left = 136
  188.           Top = 177
  189.           Width = 97
  190.           Height = 14
  191.           AutoSize = False
  192.           Caption = 'LPT ports:'
  193.         end
  194.         object info_lpt: TLabel
  195.           Left = 238
  196.           Top = 177
  197.           Width = 39
  198.           Height = 14
  199.           AutoSize = False
  200.           Caption = '?'
  201.           ShowAccelChar = False
  202.         end
  203.         object InstalledRAM: TLabel
  204.           Tag = 12
  205.           Left = 7
  206.           Top = 203
  207.           Width = 130
  208.           Height = 14
  209.           AutoSize = False
  210.           Caption = 'Installed RAM:'
  211.         end
  212.         object info_memory: TLabel
  213.           Left = 136
  214.           Top = 203
  215.           Width = 146
  216.           Height = 14
  217.           AutoSize = False
  218.           Caption = '?'
  219.           ShowAccelChar = False
  220.         end
  221.       end
  222.     end
  223.     object TTabPage
  224.       Left = 4
  225.       Top = 24
  226.       HelpContext = 232
  227.       Caption = 'Software'
  228.       object Software: TGroupBox
  229.         Tag = 20
  230.         Left = 9
  231.         Top = 16
  232.         Width = 284
  233.         Height = 229
  234.         Caption = ' Software '
  235.         TabOrder = 0
  236.         object DOSversion: TLabel
  237.           Tag = 21
  238.           Left = 8
  239.           Top = 21
  240.           Width = 130
  241.           Height = 14
  242.           AutoSize = False
  243.           Caption = 'DOS version:'
  244.         end
  245.         object info_dosversion: TLabel
  246.           Left = 136
  247.           Top = 21
  248.           Width = 145
  249.           Height = 14
  250.           AutoSize = False
  251.           Caption = '?'
  252.           ShowAccelChar = False
  253.         end
  254.         object Windowsversion: TLabel
  255.           Tag = 22
  256.           Left = 8
  257.           Top = 47
  258.           Width = 130
  259.           Height = 14
  260.           AutoSize = False
  261.           Caption = 'Windows version:'
  262.         end
  263.         object info_winversion: TLabel
  264.           Left = 136
  265.           Top = 47
  266.           Width = 145
  267.           Height = 14
  268.           AutoSize = False
  269.           Caption = '?'
  270.           ShowAccelChar = False
  271.         end
  272.         object Windowsmode: TLabel
  273.           Tag = 23
  274.           Left = 8
  275.           Top = 73
  276.           Width = 130
  277.           Height = 14
  278.           AutoSize = False
  279.           Caption = 'Windows mode:'
  280.         end
  281.         object info_winmode: TLabel
  282.           Left = 136
  283.           Top = 73
  284.           Width = 145
  285.           Height = 14
  286.           AutoSize = False
  287.           Caption = '?'
  288.           ShowAccelChar = False
  289.         end
  290.         object Swapfile: TLabel
  291.           Tag = 24
  292.           Left = 8
  293.           Top = 99
  294.           Width = 130
  295.           Height = 14
  296.           AutoSize = False
  297.           Caption = 'Swap file:'
  298.         end
  299.         object info_swapfile: TLabel
  300.           Left = 136
  301.           Top = 99
  302.           Width = 145
  303.           Height = 14
  304.           AutoSize = False
  305.           Caption = '?'
  306.           ShowAccelChar = False
  307.         end
  308.         object Freememory: TLabel
  309.           Tag = 25
  310.           Left = 8
  311.           Top = 125
  312.           Width = 130
  313.           Height = 14
  314.           AutoSize = False
  315.           Caption = 'Free memory:'
  316.         end
  317.         object info_freemem: TLabel
  318.           Left = 136
  319.           Top = 125
  320.           Width = 145
  321.           Height = 14
  322.           AutoSize = False
  323.           Caption = '?'
  324.           ShowAccelChar = False
  325.         end
  326.         object Freeresources: TLabel
  327.           Tag = 26
  328.           Left = 8
  329.           Top = 151
  330.           Width = 130
  331.           Height = 14
  332.           AutoSize = False
  333.           Caption = 'Free resources:'
  334.         end
  335.         object info_freeres: TLabel
  336.           Left = 136
  337.           Top = 151
  338.           Width = 145
  339.           Height = 14
  340.           AutoSize = False
  341.           Caption = '?'
  342.           ShowAccelChar = False
  343.         end
  344.         object Timesincewinstart: TLabel
  345.           Tag = 27
  346.           Left = 8
  347.           Top = 177
  348.           Width = 130
  349.           Height = 14
  350.           AutoSize = False
  351.           Caption = 'Time since win start:'
  352.         end
  353.         object info_wintime: TLabel
  354.           Left = 136
  355.           Top = 177
  356.           Width = 145
  357.           Height = 14
  358.           AutoSize = False
  359.           Caption = '?'
  360.           ShowAccelChar = False
  361.         end
  362.         object Temporarydir: TLabel
  363.           Tag = 28
  364.           Left = 8
  365.           Top = 203
  366.           Width = 130
  367.           Height = 14
  368.           AutoSize = False
  369.           Caption = 'Temporary dir:'
  370.         end
  371.         object info_tempdir: TLabel
  372.           Left = 136
  373.           Top = 203
  374.           Width = 145
  375.           Height = 14
  376.           AutoSize = False
  377.           Caption = '?'
  378.           ShowAccelChar = False
  379.         end
  380.       end
  381.     end
  382.     object TTabPage
  383.       Left = 4
  384.       Top = 24
  385.       HelpContext = 240
  386.       Caption = 'Network'
  387.       object Primarynetwork: TLabel
  388.         Tag = 40
  389.         Left = 11
  390.         Top = 11
  391.         Width = 100
  392.         Height = 14
  393.         AutoSize = False
  394.         Caption = 'Primary network:'
  395.       end
  396.       object id_NetType: TLabel
  397.         Left = 116
  398.         Top = 11
  399.         Width = 185
  400.         Height = 14
  401.         AutoSize = False
  402.         Caption = '?'
  403.         ShowAccelChar = False
  404.       end
  405.       object SecondaryNet: TLabel
  406.         Tag = 41
  407.         Left = 11
  408.         Top = 33
  409.         Width = 100
  410.         Height = 14
  411.         AutoSize = False
  412.         Caption = 'Secondary Net:'
  413.       end
  414.       object id_NetType2: TLabel
  415.         Left = 116
  416.         Top = 33
  417.         Width = 185
  418.         Height = 14
  419.         AutoSize = False
  420.         Caption = '?'
  421.         ShowAccelChar = False
  422.       end
  423.       object MicrosoftNetworkorcompatible: TGroupBox
  424.         Tag = 42
  425.         Left = 4
  426.         Top = 54
  427.         Width = 293
  428.         Height = 107
  429.         Caption = ' Microsoft Network or compatible '
  430.         TabOrder = 0
  431.         object Username: TLabel
  432.           Tag = 43
  433.           Left = 8
  434.           Top = 21
  435.           Width = 100
  436.           Height = 14
  437.           AutoSize = False
  438.           Caption = 'User name:'
  439.         end
  440.         object id_Netusername: TLabel
  441.           Left = 112
  442.           Top = 21
  443.           Width = 175
  444.           Height = 14
  445.           AutoSize = False
  446.           Caption = '?'
  447.           ShowAccelChar = False
  448.         end
  449.         object Computername: TLabel
  450.           Tag = 44
  451.           Left = 8
  452.           Top = 43
  453.           Width = 100
  454.           Height = 14
  455.           AutoSize = False
  456.           Caption = 'Computer name:'
  457.         end
  458.         object id_NetComputername: TLabel
  459.           Left = 112
  460.           Top = 43
  461.           Width = 175
  462.           Height = 14
  463.           AutoSize = False
  464.           Caption = '?'
  465.           ShowAccelChar = False
  466.         end
  467.         object Workgroup: TLabel
  468.           Tag = 45
  469.           Left = 8
  470.           Top = 65
  471.           Width = 100
  472.           Height = 14
  473.           AutoSize = False
  474.           Caption = 'Workgroup:'
  475.         end
  476.         object id_NetWorkgroup: TLabel
  477.           Left = 112
  478.           Top = 65
  479.           Width = 175
  480.           Height = 14
  481.           AutoSize = False
  482.           Caption = '?'
  483.           ShowAccelChar = False
  484.         end
  485.         object Comment: TLabel
  486.           Tag = 46
  487.           Left = 8
  488.           Top = 87
  489.           Width = 100
  490.           Height = 14
  491.           AutoSize = False
  492.           Caption = 'Comment:'
  493.         end
  494.         object id_NetRemark: TLabel
  495.           Left = 112
  496.           Top = 87
  497.           Width = 175
  498.           Height = 14
  499.           AutoSize = False
  500.           Caption = '?'
  501.           ShowAccelChar = False
  502.         end
  503.       end
  504.       object Novellnetwork: TGroupBox
  505.         Tag = 47
  506.         Left = 4
  507.         Top = 165
  508.         Width = 293
  509.         Height = 92
  510.         Caption = ' Novell network '
  511.         TabOrder = 1
  512.         object Connectionnr: TLabel
  513.           Tag = 48
  514.           Left = 8
  515.           Top = 22
  516.           Width = 100
  517.           Height = 14
  518.           AutoSize = False
  519.           Caption = 'Connection nr.:'
  520.         end
  521.         object id_NetConNr: TLabel
  522.           Left = 112
  523.           Top = 22
  524.           Width = 175
  525.           Height = 14
  526.           AutoSize = False
  527.           Caption = '?'
  528.           ShowAccelChar = False
  529.         end
  530.         object NetworkNumber: TLabel
  531.           Tag = 49
  532.           Left = 8
  533.           Top = 44
  534.           Width = 100
  535.           Height = 14
  536.           AutoSize = False
  537.           Caption = 'Network Number:'
  538.         end
  539.         object id_NetNr: TLabel
  540.           Left = 112
  541.           Top = 44
  542.           Width = 175
  543.           Height = 14
  544.           AutoSize = False
  545.           Caption = '?'
  546.           ShowAccelChar = False
  547.         end
  548.         object Stationaddress: TLabel
  549.           Tag = 50
  550.           Left = 8
  551.           Top = 66
  552.           Width = 100
  553.           Height = 14
  554.           AutoSize = False
  555.           Caption = 'Station address:'
  556.         end
  557.         object id_NetStationAdr: TLabel
  558.           Left = 112
  559.           Top = 66
  560.           Width = 175
  561.           Height = 14
  562.           AutoSize = False
  563.           Caption = '?'
  564.           ShowAccelChar = False
  565.         end
  566.       end
  567.     end
  568.   end
  569.   object id_GlobalHelp: TButton
  570.     Tag = 4003
  571.     Left = 163
  572.     Top = 300
  573.     Width = 110
  574.     Height = 25
  575.     Caption = '&Help'
  576.     TabOrder = 2
  577.     OnClick = id_GlobalHelpClick
  578.   end
  579.   object Translate1: TTranslate
  580.     Tag = 5700
  581.     Left = 8
  582.     Top = 296
  583.   end
  584.   object ResolutionFix1: TResolutionFix
  585.     Left = 44
  586.     Top = 296
  587.   end
  588. end
  589.